on Download File Completed
Callback method invoked when a file download operation completes. Currently, this method is empty. Implementers can override this to handle the downloaded File.
Parameters
file
The downloaded File object (assuming com.reveldigital.player.json.File
), or null
if an error occurred.